Skip to content

Commit

Permalink
Merge pull request #22 from groenroos/feature/0.9.1
Browse files Browse the repository at this point in the history
Version 0.9.1
  • Loading branch information
groenroos authored Nov 16, 2020
2 parents 2d65353 + 217f289 commit 4231f6e
Show file tree
Hide file tree
Showing 62 changed files with 18,995 additions and 10,145 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
.DS_Store
.ruby-version
npm-debug.log
test.css
test.css.map
test.html
test.sass

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2019 Jeremy Thomas
Copyright (c) 2020 Jeremy Thomas

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bulma-stylus",
"version": "0.8.1-rc.2",
"version": "0.9.1",
"homepage": "http://github.com/groenroos/bulma-stylus",
"authors": [
"jgthms <bbxdesign@gmail.com>",
Expand Down
3 changes: 3 additions & 0 deletions bulma-rtl.styl
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

$rtl = true
@import "bulma"
5 changes: 3 additions & 2 deletions bulma.styl
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
@charset "utf-8"
/*! bulma.io Stylus v0.8.0 | MIT License | github.com/groenroos/bulma-stylus */

/*! bulma.io Stylus v0.9.1 | MIT License | github.com/groenroos/bulma-stylus */
@import "stylus/utilities/_all"
@import "stylus/base/_all"
@import "stylus/elements/_all"
@import "stylus/form/_all"
@import "stylus/components/_all"
@import "stylus/grid/_all"
@import "stylus/helpers/_all"
@import "stylus/layout/_all"
Loading

0 comments on commit 4231f6e

Please sign in to comment.