Skip to content

Commit c9838fc

Browse files
committed
install sass-dart from npm
1 parent ba80705 commit c9838fc

File tree

3 files changed

+148
-1
lines changed

3 files changed

+148
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ static/stylesheets/no-mq.css
1717
static/stylesheets/style.css
1818
__pycache__
1919
*.db
20+
node_modules/

package-lock.json

Lines changed: 142 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
22
"name": "pythondotorg",
3-
"description": "Django App behind python.org"
3+
"description": "Django App behind python.org",
4+
"dependencies": {},
5+
"devDependencies": {
6+
"sass": "^1.32.11"
7+
}
48
}

0 commit comments

Comments
 (0)