Comparing version 1.0.0-beta-16 to 1.0.0-beta-17
{ | ||
"name": "alga-css", | ||
"version": "1.0.0-beta-16", | ||
"version": "1.0.0-beta-17", | ||
"description": "Alga CSS is a scope or component oriented CSS toolkit for quickly reuse CSS components and it can be stored in .alga format file as a custom CSS component and also it has many built-in customizable CSS properties that can be directly inserted to HTML Element class", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -27,2 +27,7 @@ module.exports = { | ||
}, | ||
tb: { | ||
alias: ['tablet'], | ||
size: '1200px', | ||
minmax: 'max' | ||
}, | ||
lg: { | ||
@@ -29,0 +34,0 @@ alias: ['large', 'l'], |
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
256824
3431