Skip to content

Commit

Permalink
Remove node-sass
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrhymes committed Feb 15, 2022
1 parent 6f5edd3 commit 9698b96
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source 'https://rubygems.org'
gem "bulma-clean-theme", '0.11.2'
gem "bulma-clean-theme", '0.12'
gem 'github-pages', group: :jekyll_plugins
6 changes: 3 additions & 3 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ GEM
zeitwerk (~> 2.2, >= 2.2.2)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
bulma-clean-theme (0.11.2)
bulma-clean-theme (0.12)
jekyll (~> 3.9)
jekyll-feed (~> 0.15)
jekyll-paginate (~> 1.1)
jekyll-seo-tag (~> 2.6)
jekyll-seo-tag (~> 2.7)
jekyll-sitemap (~> 1.4)
kramdown-parser-gfm (~> 1.1)
coffee-script (2.4.1)
Expand Down Expand Up @@ -280,7 +280,7 @@ PLATFORMS
ruby

DEPENDENCIES
bulma-clean-theme (= 0.11.2)
bulma-clean-theme (= 0.12)
github-pages

BUNDLED WITH
Expand Down
2 changes: 2 additions & 0 deletions docs/_data/menu.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
- label: Docs
items:
- name: Installation
link: '/#installation'
- name: How To Use
link: '/#how-to-use'
- name: Alignment
Expand Down
12 changes: 10 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
hero_height: is-medium
---

<div class="columns is-multiline">
<div class="columns is-multiline" markdown="0">
<div class="column is-12 has-text-right">
<a href="https://github.com/chrisrhymes/bulma-block-list/stargazers">
<img src="https://img.shields.io/github/stars/chrisrhymes/bulma-block-list?style=social" alt="GitHub Stars" />
Expand All @@ -16,10 +16,18 @@
</a>
<img alt="npm" src="https://img.shields.io/npm/dw/bulma-block-list">
</div>
<div class="column is-12">
<div class="content">
<h2 id="installation">Installation</h2>
<ul>
<li><code>npm i -S bulma-block-list</code></li>
<li><code>@import "node_modules/bulma-block-list/src/block-list";</code> after importing Bulma.</li>
</ul>
</div>
</div>
<div class="column is-12">
<div class="content">
<h2 id="how-to-use">How to use</h2>
<p>View the <a href="https://github.com/chrisrhymes/bulma-block-list">Bulma Block List repo on GitHub</a> and follow the instructions.</p>
<p>Create a ul and give it the class 'block-list' then use the modifyers to style as needed. Only some of the colours are displayed below but the scss loops through the entire Bulma $colors map.</p>
</div>
<div class="highlight highlight-text-html-basic">
Expand Down
9 changes: 1 addition & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@
"url": "https://github.com/chrisrhymes/bulma-block-list/issues"
},
"main": "src/block-list.scss",
"scripts": {
"css-build": "node-sass --omit-source-map-url src/demo.scss docs/demo.css",
"css-watch": "npm run css-build -- --watch",
"start": "npm run css-watch"
},
"scripts": {},
"keywords": [
"Bulma",
"List",
Expand All @@ -22,8 +18,5 @@
"license": "MIT",
"dependencies": {
"bulma": "^0.9.3"
},
"devDependencies": {
"node-sass": "^4.14.1"
}
}

0 comments on commit 9698b96

Please sign in to comment.