1.4.6 • Published 9 years ago
ember-frost-theme v1.4.6
This repo has been ported to ember-frost-core - no more PRs will be accepted.
ember-frost-theme

SASS based default theme variables for Frost projects
Usage
ember install ember-frost-theme
Modify your ember-cli-build.js
to include:
const app = new EmberAddon(defaults, {
sassOptions: {
includePaths: [
'node_modules/ember-frost-theme/scss'
]
}
})
Modify your app.scss
to include
@import 'frost-theme';
You now have access to the theme variables
e.g.
$frost-button-primary
Contribution
All uses of color in frost components must be aliased and included in the default frost theme with the appropriate palette reference
1.4.6
9 years ago
1.4.5
9 years ago
1.4.4
9 years ago
1.4.3
9 years ago
1.4.2
9 years ago
1.4.1
9 years ago
1.4.0
9 years ago
1.3.2
9 years ago
1.3.1
9 years ago
1.3.0
9 years ago
1.2.2
9 years ago
1.2.1
9 years ago
1.2.0
9 years ago
1.1.0
9 years ago
1.0.3
9 years ago
1.0.2
9 years ago
1.0.1
9 years ago
1.0.0
9 years ago
0.4.0
9 years ago
0.3.1
9 years ago
0.3.0
10 years ago
0.2.0
10 years ago
0.1.6
10 years ago
0.1.5
10 years ago
0.1.4
10 years ago
0.1.3
10 years ago
0.1.2
10 years ago
0.1.1
10 years ago