five-for-the-future/themes/wporg-5ftf/css/style.scss
Ian Dunn de191e098b
Theme: Initial commit.
This was forked from `pub/wporg-main` and `pub/wporg-plugins`, and then customized.
2019-09-24 16:23:39 -07:00

30 lines
1 KiB
SCSS

//--------------------------------------------------------------
// 01 Settings
//------------------------------------------------------------*/
@import "settings/settings";
//--------------------------------------------------------------
// 02 Tools
//------------------------------------------------------------*/
@import "tools/tools";
//--------------------------------------------------------------
// 03 Generic
//------------------------------------------------------------*/
@import "generic/generic";
//--------------------------------------------------------------
// 04 Base
//------------------------------------------------------------*/
@import "base/base";
//--------------------------------------------------------------
// 05 Objects
//------------------------------------------------------------*/
@import "objects/objects";
//--------------------------------------------------------------
// 06 Components
//------------------------------------------------------------*/
@import "components/components";