Skip to content

Commit

Permalink
Merge pull request #20 from Brightspace/dbatiste/remove-less
Browse files Browse the repository at this point in the history
Remove Less mixins.
  • Loading branch information
dbatiste committed Jun 17, 2015
2 parents cfe14e8 + c402c4a commit 996977c
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 300 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
node_modules/
test/output
test/diff/less-scss-diff-new
typography.css
typography-less.css
2 changes: 0 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@
node_modules
karma.conf.js
test
typography.css.less
typography.css.scss
typography-less.css
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build status][ci-image]][ci-url]
[![Dependency Status][dependencies-image]][dependencies-url]

This component contains Sass mixins and CSS that can be used to produce basic typography styles. LESS mixins are still include for backward compatibility, however these will likely be removed in a future version.
This component contains Sass mixins and CSS that can be used to produce basic typography styles.

For further information on this component and other VUI components, see the docs at [ui.valence.d2l.com](http://ui.valence.d2l.com/).

Expand Down
15 changes: 3 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@
{
"name": "vui-typography",
"version": "0.4.2",
"version": "0.5.0",
"description": "Mixins and CSS for applying basic typography styles",
"scripts": {
"clean": "rimraf *.css",
"prebuild": "npm run clean",
"build": "npm run build:sass:css && npm run build:less:css",
"build:less:css": "lessc typography.css.less > typography-less.css",
"postbuild:less:css": "csslint typography-less.css",
"build:sass:css": "node-sass --output-style expanded typography.css.scss typography.css",
"postbuild:sass:css": "csslint typography.css",
"build": "node-sass --output-style expanded typography.css.scss typography.css",
"pretest": "npm run build",
"test": "npm run diff:assert && karma start karma.conf.js",
"prediff:assert": "npm run diff:create",
"diff:assert": "assertnodiff --file1 ./test/diff/less-scss-diff --file2 ./test/diff/less-scss-diff-new",
"diff:create": "createpatch --file1 typography-less.css --file2 typography.css -o ./test/diff/less-scss-diff-new"
"test": "csslint typography.css && karma start karma.conf.js"
},
"repository": {
"type": "git",
Expand All @@ -33,13 +26,11 @@
"homepage": "https://github.com/Brightspace/valence-ui-typography",
"devDependencies": {
"csslint": "^0.10.0",
"diff-cli": "git://github.com/Brightspace/diff-cli.git#v0.0.1",
"jasmine-dom-matchers": "^0.1.0",
"karma": "^0.12.32",
"karma-phantomjs-launcher": "^0.1.4",
"karma-jasmine": "^0.3.5",
"karma-cli": "0.0.4",
"less": "^2.5.1",
"node-sass": "^3.1.1",
"rimraf": "^2.3.4"
}
Expand Down
65 changes: 0 additions & 65 deletions test/diff/less-scss-diff

This file was deleted.

29 changes: 0 additions & 29 deletions typography.css.less

This file was deleted.

189 changes: 0 additions & 189 deletions typography.less

This file was deleted.

0 comments on commit 996977c

Please sign in to comment.