formed.css
Advanced tools
Comparing version 0.2.0 to 0.3.0
{ | ||
"name": "formed.css", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Formed solutions visual style and component-based library.", | ||
@@ -5,0 +5,0 @@ "style": "dist/css/formed.css", |
@@ -1,7 +0,9 @@ | ||
import editor from './components/Editor'; | ||
import Layout from './components/Layout/layout'; | ||
import checkbox from './components/checkbox'; | ||
import editor from './components/editor'; | ||
import layout from './components/layout'; | ||
export default { | ||
checkbox, | ||
editor, | ||
Layout | ||
layout | ||
}; |
@@ -51,3 +51,3 @@ /** | ||
.pipe(sass(SASS_OPTIONS)) | ||
.on('error', onSassError.bind(this)) | ||
.on('error', onSassError) | ||
.pipe(postcss([ | ||
@@ -69,3 +69,3 @@ require('autoprefixer')({ | ||
.pipe(sass(SASS_OPTIONS)) | ||
.on('error', onSassError.bind(this)) | ||
.on('error', onSassError) | ||
.pipe(postcss([ | ||
@@ -72,0 +72,0 @@ require('autoprefixer')({ |
@@ -18,4 +18,5 @@ const { join } = require('path'); | ||
entry: { | ||
editor: `${COMPONENTS}/Editor/index`, | ||
layout: `${COMPONENTS}/Layout/layout` | ||
checkbox: `${COMPONENTS}/checkbox`, | ||
editor: `${COMPONENTS}/editor/index`, | ||
layout: `${COMPONENTS}/layout/index` | ||
}, | ||
@@ -22,0 +23,0 @@ output: { |
@@ -19,4 +19,4 @@ const webpack = require('webpack'); | ||
entry: { | ||
editor: `${COMPONENTS}/Editor/index`, | ||
layout: `${COMPONENTS}/Layout/layout` | ||
editor: `${COMPONENTS}/editor/index`, | ||
layout: `${COMPONENTS}/layout/layout` | ||
}, | ||
@@ -23,0 +23,0 @@ output: { |
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
Sorry, the diff of this file is not supported yet
865837
118
1180