We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5661526 commit 864bcfaCopy full SHA for 864bcfa
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "castlecss-core",
3
- "version": "2.0.0",
+ "version": "2.0.1",
4
"description": "CastleCSS a SCSS framework with modular building blocks for the web",
5
"main": "index.js",
6
"scripts": {
sass/base/utility.scss
@@ -99,10 +99,6 @@
99
.cf:after, .g:after, ul.fields > li:after {clear:both;}
100
.cl { clear:both;height:0;overflow:hidden;visibility:hidden;font:0/0 x; }
101
102
-/* Show / Hide */
103
-.hide { display: none; }
104
-.show { display: block; }
105
-
106
/* Alignment of images + captions */
107
.img-right { display: block; margin: .8rem auto 1.6rem; text-align: center; }
108
.img-left { display: block; margin: .8rem auto 1.6rem; text-align: center; }
0 commit comments