mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-22 19:28:55 +01:00
ee15eec511
- Remove gulp code and docs - Add base CSS & SCSS processing in Webpack - Make sure Sass files use paths that can be resolved by Webpack - Use faster source map generation - Clean up build scripts - Make sure Storybook can process Sass - Switch away from web fonts (more work needed)
11 lines
255 B
SCSS
11 lines
255 B
SCSS
/* TOOLS
|
|
These are functions and mixins.
|
|
No CSS should be produced by these files.
|
|
*/
|
|
|
|
@import 'tools/functions.breakpoints';
|
|
@import 'tools/mixins.breakpoints';
|
|
@import 'tools/mixins.general';
|
|
@import 'tools/mixins.grid';
|
|
@import 'tools/various.colors';
|