mirror of
https://github.com/ascribe/onion.git
synced 2024-11-13 16:45:05 +01:00
remove cdn bootstrap and integrate bootstrap-sass. PLZ DO NPM INSTALL
This commit is contained in:
parent
21bb8bf97f
commit
fe78f30dc8
5860
build/css/main.css
5860
build/css/main.css
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@ -5,7 +5,6 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>ascribe</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="build/css/main.css">
|
||||
<link rel="stylesheet" href="//brick.a.ssl.fastly.net/Source+Sans+Pro:400,600,700,900">
|
||||
</head>
|
||||
|
@ -8,6 +8,7 @@
|
||||
"devDependencies": {
|
||||
"babel-jest": "^4.0.0",
|
||||
"babelify": "^6.1.2",
|
||||
"bootstrap-sass": "^3.3.4",
|
||||
"browser-sync": "^2.7.5",
|
||||
"browserify": "^9.0.8",
|
||||
"envify": "^3.4.0",
|
||||
|
@ -1,3 +1,5 @@
|
||||
@import '../node_modules/bootstrap-sass/assets/stylesheets/_bootstrap-sprockets';
|
||||
@import '../node_modules/bootstrap-sass/assets/stylesheets/bootstrap';
|
||||
@import './ascribe-fonts/style';
|
||||
@import './ascribe-fonts/ascribe-fonts';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user