bulma-switch-control
Advanced tools
Comparing version 1.0.3 to 1.1.0
@@ -18,3 +18,3 @@ const {series, src, dest} = require('gulp') | ||
return src('scss/main.scss') | ||
return src('bulma-switch-control.scss') | ||
.pipe(sass({outputStyle}).on('error', sass.logError)) | ||
@@ -21,0 +21,0 @@ .pipe(rename(outName)) |
{ | ||
"name": "bulma-switch-control", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"description": "Switch controls for Bulma CSS Framework", | ||
"homepage": "https://justboil.me/", | ||
"main": "scss/main.scss", | ||
"main": "bulma-switch-control.scss", | ||
"style": "css/main.min.css", | ||
"keywords": [ | ||
"scss", | ||
"sass", | ||
@@ -14,4 +15,5 @@ "bulma", | ||
"input", | ||
"controls", | ||
"checkbox" | ||
"control", | ||
"checkbox", | ||
"switch" | ||
], | ||
@@ -18,0 +20,0 @@ "scripts": { |
# Bulma Switch Control | ||
[![version](https://img.shields.io/npm/v/bulma-switch-control.svg)](https://justboil.github.io/bulma-switch-control/) [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://justboil.github.io/bulma-switch-control/) | ||
[![version](https://img.shields.io/npm/v/bulma-switch-control.svg)](https://www.npmjs.com/package/bulma-switch-control/) [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://justboil.github.io/bulma-switch-control/) | ||
@@ -45,6 +45,6 @@ [![Switch controls for Bulma CSS Framework](https://justboil.me/images/bulma-switch-control/repository-preview-hi-res.png?v=1.1)](https://justboil.github.io/bulma-switch-control/) | ||
/* Bulma */ | ||
@import "~bulma/bulma"; | ||
@import "node_modules/bulma/bulma"; | ||
/* Bulma Switch Control */ | ||
@import "~bulma-switch-control"; | ||
@import "node_modules/bulma-switch-control/bulma-switch-control"; | ||
``` | ||
@@ -54,3 +54,3 @@ | ||
You may just copy pre-compiled css file from the repository https://github.com/justboil/bulma-switch-control/tree/master/css or node_modules `node_modules/bulma-switch-control/css` and use it in HTML | ||
You may just copy pre-compiled `main.css` or `main.min.css` file from the [repository](https://github.com/justboil/bulma-switch-control/tree/master/css) or from `node_modules/bulma-switch-control/css` folder and use it in HTML | ||
@@ -81,3 +81,3 @@ ```html | ||
1. Make sure that you are using the latest version of the package | ||
1. Make sure you are using the latest version of the package | ||
2. Provide steps to reproduce | ||
@@ -84,0 +84,0 @@ 3. Provide an expected behavior |
275736