Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "aetna", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Front-end style guide and pattern library for Pressbooks.", | ||
@@ -17,3 +17,3 @@ "style": "assets/styles/aetna.scss", | ||
"devDependencies": { | ||
"pressbooks-build-tools": "^0.5.0" | ||
"pressbooks-build-tools": "^0.9.0" | ||
}, | ||
@@ -35,18 +35,4 @@ "repository": { | ||
"stylelint": { | ||
"extends": [ | ||
"stylelint-config-recommended-scss", | ||
"./node_modules/prettier-stylelint/config.js" | ||
], | ||
"rules": { | ||
"media-feature-name-no-unknown": [ | ||
true, | ||
{ | ||
"ignoreMediaFeatureNames": [ | ||
"min--moz-device-pixel-ratio" | ||
] | ||
} | ||
], | ||
"media-query-list-comma-space-after": "always-single-line" | ||
} | ||
"extends": "./node_modules/pressbooks-build-tools/config/stylelint.js" | ||
} | ||
} |
# Aetna | ||
Front-end style guide and pattern library for [Pressbooks][1]. | ||
Front-end SCSS component library for [Pressbooks][1]. | ||
## Buttons | ||
<button class="button">Standard</button> | ||
<button class="button button--outline">Outline</button> | ||
<button class="button button--small">Small</button> | ||
<button class="button button--small button--outline">Outline</button> | ||
[1]: https://pressbooks.org |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
543677
41
6