Skip to content

Commit

Permalink
reorg css
Browse files Browse the repository at this point in the history
  • Loading branch information
wighawag committed Jan 15, 2024
1 parent 972bc97 commit adc4d6e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions web/src/app.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
@import 'css/reset.css';
@import 'css/palette.css';
@import 'css/base.css';
@import 'css/utilities.css';
@import 'css/classes.css';
@import 'css/reset.css'; /* reset elements */

@import 'css/utilities.css'; /* add utilties classes like sr-only */

@import 'css/palette.css'; /* define colors */

@import 'css/base.css'; /* set some base style for elements*/

@import 'css/globals.css'; /* classes to use across components */
File renamed without changes.

0 comments on commit adc4d6e

Please sign in to comment.