How to rebuild bootstrap-grid.css from scss files
up vote
0
down vote
favorite
I am trying to recompile bootstrap-grid.css from its SASS files which are in .scss format.
These .scss files are the ones provided here under "Source files".
Current bootstrap version is v4.13
Right now, I am performing the following;
sass bootstrap-grid.scss bootstrap-grid.css
However, when I compare the bootstrap-grid.css that I have manually created with the bootstrap-grid.css that is readily downloadable, the results are different.
css sass bootstrap-4
add a comment |
up vote
0
down vote
favorite
I am trying to recompile bootstrap-grid.css from its SASS files which are in .scss format.
These .scss files are the ones provided here under "Source files".
Current bootstrap version is v4.13
Right now, I am performing the following;
sass bootstrap-grid.scss bootstrap-grid.css
However, when I compare the bootstrap-grid.css that I have manually created with the bootstrap-grid.css that is readily downloadable, the results are different.
css sass bootstrap-4
Can you explain exactly how the 2 files are different? Is your generated version missing classes that the orginal bootstrap-grid.css contains?
– Zim
15 hours ago
The generated version is missing alot of "ms-*" properties , that are present in the readily downloadable version.
– Yoong Tat
14 hours ago
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am trying to recompile bootstrap-grid.css from its SASS files which are in .scss format.
These .scss files are the ones provided here under "Source files".
Current bootstrap version is v4.13
Right now, I am performing the following;
sass bootstrap-grid.scss bootstrap-grid.css
However, when I compare the bootstrap-grid.css that I have manually created with the bootstrap-grid.css that is readily downloadable, the results are different.
css sass bootstrap-4
I am trying to recompile bootstrap-grid.css from its SASS files which are in .scss format.
These .scss files are the ones provided here under "Source files".
Current bootstrap version is v4.13
Right now, I am performing the following;
sass bootstrap-grid.scss bootstrap-grid.css
However, when I compare the bootstrap-grid.css that I have manually created with the bootstrap-grid.css that is readily downloadable, the results are different.
css sass bootstrap-4
css sass bootstrap-4
edited 9 hours ago
James Z
11.1k71735
11.1k71735
asked 15 hours ago
Yoong Tat
405
405
Can you explain exactly how the 2 files are different? Is your generated version missing classes that the orginal bootstrap-grid.css contains?
– Zim
15 hours ago
The generated version is missing alot of "ms-*" properties , that are present in the readily downloadable version.
– Yoong Tat
14 hours ago
add a comment |
Can you explain exactly how the 2 files are different? Is your generated version missing classes that the orginal bootstrap-grid.css contains?
– Zim
15 hours ago
The generated version is missing alot of "ms-*" properties , that are present in the readily downloadable version.
– Yoong Tat
14 hours ago
Can you explain exactly how the 2 files are different? Is your generated version missing classes that the orginal bootstrap-grid.css contains?
– Zim
15 hours ago
Can you explain exactly how the 2 files are different? Is your generated version missing classes that the orginal bootstrap-grid.css contains?
– Zim
15 hours ago
The generated version is missing alot of "ms-*" properties , that are present in the readily downloadable version.
– Yoong Tat
14 hours ago
The generated version is missing alot of "ms-*" properties , that are present in the readily downloadable version.
– Yoong Tat
14 hours ago
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
The Bootstrap generated version uses Autoprefixer which will add the vendor prefixes like -ms-
in the CSS.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
The Bootstrap generated version uses Autoprefixer which will add the vendor prefixes like -ms-
in the CSS.
add a comment |
up vote
0
down vote
The Bootstrap generated version uses Autoprefixer which will add the vendor prefixes like -ms-
in the CSS.
add a comment |
up vote
0
down vote
up vote
0
down vote
The Bootstrap generated version uses Autoprefixer which will add the vendor prefixes like -ms-
in the CSS.
The Bootstrap generated version uses Autoprefixer which will add the vendor prefixes like -ms-
in the CSS.
answered 14 hours ago
Zim
176k42369350
176k42369350
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53204413%2fhow-to-rebuild-bootstrap-grid-css-from-scss-files%23new-answer', 'question_page');
}
);
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Can you explain exactly how the 2 files are different? Is your generated version missing classes that the orginal bootstrap-grid.css contains?
– Zim
15 hours ago
The generated version is missing alot of "ms-*" properties , that are present in the readily downloadable version.
– Yoong Tat
14 hours ago