stylobate-islands
Advanced tools
Comparing version 1.0.0-alpha.6 to 1.0.0-alpha.7
@@ -7,9 +7,18 @@ --- | ||
- Added extra-large button size. | ||
- Added `dark` and `pseudo-dark` button types. | ||
- Added shortcut aliases for button sizes (`s`, `xl` etc.). | ||
- Added button using two elements (when using `content` element). | ||
- Added `shape` modifier to button. | ||
- Added islands-v3 input, with a lot of upgrades from the v2 one (except for the overall wrote-from-scratching): | ||
- `large` and `extra-large` sizes, with aliases for all of them. | ||
- Complex input made into a skin, triggered by having `__controller` element defined. | ||
- Added islands-v3 button, with a lot of upgrades from the v2 one (except for the overall wrote-from-scratching): | ||
- Added `extra-large` button size. | ||
- Added `dark` and `pseudo-dark` button types. | ||
- Added shortcut aliases for button sizes (`s`, `xl` etc.). | ||
- Added button using two elements (when using `content` element). | ||
- Added `shape` modifier to button. | ||
- Changed line-height on body to unitless. | ||
- Changed `rem` to `px` for standalone variant. | ||
- Added `$islands_px` for modifying variables using the same unit that is used for other variables, if necessary. | ||
- Changed notation for elements from `foo-element` to `foo__element`. | ||
@@ -16,0 +25,0 @@ - Removed all the deprecated code. |
{ | ||
"name": "stylobate-islands", | ||
"version": "1.0.0-alpha.6", | ||
"version": "1.0.0-alpha.7", | ||
"author": "Roman Komarov <kizmarh@ya.ru> (http://kizu.ru/en/)", | ||
@@ -5,0 +5,0 @@ "licence": "MIT", |
@@ -26,3 +26,3 @@ /** | ||
var result = postcss() | ||
.use( autoprefixer().postcss ) | ||
.use( autoprefixer({browsers: ['last 2 versions', 'ios 5', 'ie 9', 'fx 28']}).postcss ) | ||
.process(css); | ||
@@ -29,0 +29,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
138276
71