File tree 4 files changed +26
-6
lines changed
4 files changed +26
-6
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ ![ Logo] ( css-ratiocinator/raw/master/illustration/githubheader.png " Logo ")
2
+
3
+ The CSS Ratiocinator automatically refactors your CSS and generates a
4
+ new stylesheet for your site. It works by examining your site's live
5
+ DOM in the browser and reverse engineering a new, more elegant, CSS
6
+ definition that captures styles down to the pixel.
7
+
8
+ It addresses the problem of old CSS whose styles accumulate and
9
+ contradict each other. After a certain point all CSS seems to grow only
10
+ by internal antagonism. The ratiocinator wipes the slate clean and
11
+ provides a harmonious new beginning.
12
+
13
+ ## Usage
14
+
15
+ Runs best in [ Google Chrome] ( //www.google.com/chrome ) .
16
+
17
+ 1 . Visit your page in Chrome.
18
+ 1 . Open the developer tools pane (by pressing ⌥⌘I)
19
+ 1 . Select the Javascript Console<br />![ JS Console] ( css-ratiocinator/raw/master/illustration/console.png " JS Console ")
20
+ 1 . Paste the contents of ` css.js ` into the console and press enter.
21
+ 1 . If an error occurs, repeat the previous step. ([ Issue #18 ] ( https://github.com/begriffs/css-ratiocinator/issues/18 ) )
22
+ 1 . The new CSS will appear in the console.
23
+ 1 . (optionally) Feed output through [ sass-convert] ( http://blog.derekperez.com/post/816063805/move-you-existing-stylebase-over-to-sass-or-scss )
24
+
25
+ ## Mechanism
26
+
You can’t perform that action at this time.
0 commit comments