Skip to content

Commit 95825c7

Browse files
remove extraneous comments from default app.css
1 parent 7e83fe6 commit 95825c7

File tree

1 file changed

+0
-57
lines changed
  • src/tailwindcss-stubs/resources/css

1 file changed

+0
-57
lines changed
Lines changed: 0 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,5 @@
1-
/**
2-
* This injects Tailwind's base styles, which is a combination of
3-
* Normalize.css and some additional base styles.
4-
*
5-
* You can see the styles here:
6-
* https://unpkg.com/tailwindcss/dist/base.css
7-
*
8-
* If using `postcss-import`, use this import instead:
9-
*
10-
* @import "tailwindcss/base";
11-
*/
121
@tailwind base;
132

14-
/**
15-
* This injects any component classes registered by plugins.
16-
*
17-
* If using `postcss-import`, use this import instead:
18-
*
19-
* @import "tailwindcss/components";
20-
*/
213
@tailwind components;
224

23-
/**
24-
* Here you would add any of your custom component classes; stuff that you'd
25-
* want loaded *before* the utilities so that the utilities could still
26-
* override them.
27-
*
28-
* Example:
29-
*
30-
* .btn { ... }
31-
* .form-input { ... }
32-
*
33-
* Or if using a preprocessor or `postcss-import`:
34-
*
35-
* @import "components/buttons";
36-
* @import "components/forms";
37-
*/
38-
39-
/**
40-
* This injects all of Tailwind's utility classes, generated based on your
41-
* config file.
42-
*
43-
* If using `postcss-import`, use this import instead:
44-
*
45-
* @import "tailwindcss/utilities";
46-
*/
475
@tailwind utilities;
48-
49-
/**
50-
* Here you would add any custom utilities you need that don't come out of the
51-
* box with Tailwind.
52-
*
53-
* Example :
54-
*
55-
* .bg-pattern-graph-paper { ... }
56-
* .skew-45 { ... }
57-
*
58-
* Or if using a preprocessor or `postcss-import`:
59-
*
60-
* @import "utilities/background-patterns";
61-
* @import "utilities/skew-transforms";
62-
*/

0 commit comments

Comments
 (0)