Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Aug 14, 2022
1 parent 9c460cd commit 8e23027
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions assets/stylesheets/main.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
.admin-contents {@import 'admin';}
.cooked {@import 'cooked';}
// 2022-08-14
// 1) If not specify the full path,
// then Discourse will include all stylesheets with the base name withing all load paths:
// https://sass-lang.com/documentation/at-rules/import#load-paths.
// 2) SASS does not allow variables in @import paths: https://stackoverflow.com/a/37569018
.admin-contents {@import 'plugins/df-table/assets/stylesheets/admin';}
.cooked {@import 'plugins/df-table/assets/stylesheets/cooked';}

0 comments on commit 8e23027

Please sign in to comment.