Comparing version 1.0.0-beta-7 to 1.0.0-beta-8
{ | ||
"name": "alga-css", | ||
"version": "1.0.0-beta-7", | ||
"version": "1.0.0-beta-8", | ||
"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", |
module.exports = { | ||
length: ['em', 'ex', 'per', 'px', 'cm', 'mm', 'in', 'pt', 'pc', 'ch', 'rem', 'vh', 'vw', 'vmin', 'vmax', 'cap', 'ic', 'lh', 'rlh', 'vi', 'vb', 'Q'], | ||
length: ['em', 'ex', 'pct', 'px', 'cm', 'mm', 'in', 'pt', 'pc', 'ch', 'rem', 'vh', 'vw', 'vmin', 'vmax', 'cap', 'ic', 'lh', 'rlh', 'vi', 'vb', 'Q'], | ||
angle: ['deg', 'rad', 'grad', 'turn'], | ||
@@ -4,0 +4,0 @@ time: ['s', 'ms'], |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
247240