diff --git a/Makefile b/Makefile deleted file mode 100644 index d11c28d..0000000 --- a/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -DOCS = ./less/docs.less -DOCS_COMPILED = ./css/docs-compiled.css -DATE=$(shell date +%I:%M%p) -CHECK=\033[32m✔ Done\033[39m -HR=\033[37m--------------------------------------------------\033[39m -PATH := ./node_modules/.bin:$(PATH) - -# -# COMPILE CSS -# - -build: - @echo "\n" - @printf "${DATE} · \033[35mCompiling Preboot...\033[39m" - @recess --compile ${DOCS} > ${DOCS_COMPILED} - @echo "\033[32m Success!\033[39m" - -# -# WATCH LESS FILES -# - -watch: - echo "Watching less files..."; \ - watchr -e "watch('less/.*\.less') { system 'make' }" diff --git a/README.md b/README.md index 4c7d3ed..888a6dd 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ -# [Preboot 2](http://getpreboot.com) +# [Preboot 3](http://getpreboot.com) -Preboot is a collection of LESS mixins and variables for quickly writing CSS. As the precursor to [Bootstrap](http://getbootstrap.com), it serves as a lightweight and interface agnostic approach to jumpstarting your next web project. Use it how you see fit. +Preboot is a collection of Sass mixins and variables for quickly writing CSS. As the original precursor to [Bootstrap](http://getbootstrap.com), it serves as a lightweight and interface agnostic approach to jumpstarting your next web project. Use it how you see fit. ## Getting started -Preboot requires [LESS](http://lesscss.org). Head over to their documentation and familiarize yourself with the project. Once you're up and running, including and using Preboot is a breeze. +Preboot requires [Sass](http://sass-lang.com). Head over to their documentation and familiarize yourself with the project. Once you're up and running, including and using Preboot is a breeze. -1. Create a new LESS file (e.g., application.less) -2. Include Preboot via `@import "preboot.less";` -3. Start writing your own LESS-flavored CSS +1. Create a new Sass file (e.g., `application.scss`) +2. Copy or import the Preboot partial, [`_preboot.scss`](https://github.com/mdo/preboot/blob/gh-pages/_sass/_preboot.scss). +3. Start writing your own Sass. We highly recommend using Preboot in conjunction with [Normalize](http://necolas.github.com/normalize.css), a powerful tool for more consistent rendering of web components across various browsers and devices. diff --git a/_config.yml b/_config.yml index 1c4a2f4..728cbe9 100644 --- a/_config.yml +++ b/_config.yml @@ -1,2 +1,17 @@ -pygments: true -exclude: ["Makefile", "README.md", "less", "node_modules", "package.json"] \ No newline at end of file +markdown: kramdown +highlighter: rouge + +kramdown: + auto_ids: true + +permalink: pretty +baseurl: "" + +version: 3.0.0 + +sass: + # sass_dir: + style: compressed + +github: + repo: https://github.com/mdo/preboot diff --git a/_layouts/default.html b/_layouts/default.html index deeaa9d..00582c9 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -7,15 +7,35 @@ - - + +
A collection of Sass mixins and variables from @mdo.
+ Download Preboot + View project on GitHub + +