Comparing version 1.0.0-emerald-7 to 1.0.0-emerald-8
{ | ||
"name": "alga-css", | ||
"version": "1.0.0-emerald-7", | ||
"version": "1.0.0-emerald-8", | ||
"description": "Alga CSS is a scope or component-first CSS toolkit for quickly mix or compose CSS components and properties", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -53,3 +53,3 @@ const postcss = require('postcss') | ||
newRule.append(bdDeclVal) | ||
const fgDeclVal = postcss.decl({ prop: 'color', value: '#fff', source: source }) | ||
const fgDeclVal = postcss.decl({ prop: 'color', value: '#fff !important', source: source }) | ||
newRule.append(fgDeclVal) | ||
@@ -109,3 +109,3 @@ } else if(Object.keys(shorts).includes(refs[2])) { | ||
newRule.append(bdDeclVal) | ||
const fgDeclVal = postcss.decl({ prop: 'color', value: '#fff', source: source }) | ||
const fgDeclVal = postcss.decl({ prop: 'color', value: '#fff !important', source: source }) | ||
newRule.append(fgDeclVal) | ||
@@ -172,3 +172,3 @@ } else if(Object.keys(shorts).includes(refs[1])) { | ||
newRule.append(bdDeclVal) | ||
const fgDeclVal = postcss.decl({ prop: 'color', value: '#fff', source: source }) | ||
const fgDeclVal = postcss.decl({ prop: 'color', value: '#fff !important', source: source }) | ||
newRule.append(fgDeclVal) | ||
@@ -175,0 +175,0 @@ } else if(Object.keys(shorts).includes(refs[1])) { |
@@ -40,3 +40,3 @@ const postcss = require('postcss') | ||
newRule.append(bdDeclVal) | ||
const fgDeclVal = postcss.decl({ prop: 'color', value: '#fff', source: source }) | ||
const fgDeclVal = postcss.decl({ prop: 'color', value: '#fff !important', source: source }) | ||
newRule.append(fgDeclVal) | ||
@@ -86,3 +86,3 @@ } else if(Object.keys(shorts).includes(refs[1])) { | ||
newRule.append(bdDeclVal) | ||
const fgDeclVal = postcss.decl({ prop: 'color', value: '#fff', source: source }) | ||
const fgDeclVal = postcss.decl({ prop: 'color', value: '#fff !important', source: source }) | ||
newRule.append(fgDeclVal) | ||
@@ -89,0 +89,0 @@ } else if(Object.keys(shorts).includes(refs[0])) { |
Sorry, the diff of this file is not supported yet
182785