Skip to content
This repository has been archived by the owner on Oct 11, 2019. It is now read-only.

Commit

Permalink
by iamdroid: Removed Compass dependency. Small fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
i-amdroid committed Apr 22, 2018
1 parent 772863d commit 86e61df
Show file tree
Hide file tree
Showing 32 changed files with 2,137 additions and 1,088 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ examples/*
node_modules/*
.sass-cache/*
.DS_Store
package-lock.json
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ Technologies
------------

* CSS preprocessor - [SASS](http://sass-lang.com)
* SASS Framework - [Compass](http://compass-style.org)
* Build stack - [npm](https://www.npmjs.com) / [Gulp](https://gulpjs.com)
* Syntax highlighter - [Prism](http://prismjs.com)
* Layout - [Flex box model](http://www.w3.org/TR/css3-flexbox)
* Grid - [Flexbox Grid](http://flexboxgrid.com/)
* Grid - [Flexbox Grid](http://flexboxgrid.com)

Features
--------
Expand Down
47 changes: 0 additions & 47 deletions config.rb

This file was deleted.

Empty file modified css/animation.css
100644 → 100755
Empty file.
10 changes: 6 additions & 4 deletions css/code-highlight.css
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/* break points */
/* mixins and functions */
@import url(https://fonts.googleapis.com/css?family=Roboto+Mono:400,700&subset=latin,cyrillic-ext);
/* http://prismjs.com/download.html?themes=prism&languages=markup+css+clike+javascript+apacheconf+c+bash+cpp+csharp+ruby+css-extras+git+java+json+markdown+nginx+php+php-extras+sass+scss+twig+yaml&plugins=line-numbers */
/**
Expand Down Expand Up @@ -128,14 +129,15 @@ pre.line-numbers > code {
.card .code-card, .content-card .card-holder .code-card {
margin-left: -24px;
margin-right: -24px; } }

/* theme dark */
.theme-dark {
/* http://prismjs.com/download.html?themes=prism-twilight&languages=markup+css+clike+javascript+apacheconf+c+bash+cpp+csharp+ruby+css-extras+git+java+json+markdown+nginx+php+php-extras+sass+scss+twig+yaml&plugins=line-numbers */
/**
* prism.js Twilight theme
* Based (more or less) on the Twilight theme originally of Textmate fame.
* @author Remy Bach
*/
* prism.js Twilight theme
* Based (more or less) on the Twilight theme originally of Textmate fame.
* @author Remy Bach
*/
/* Markup */ }
.theme-dark .token.comment,
.theme-dark .token.prolog,
Expand Down
1,172 changes: 976 additions & 196 deletions css/color-themes.css
100644 → 100755

Large diffs are not rendered by default.

Loading

0 comments on commit 86e61df

Please sign in to comment.