nimblehq / rails-templates

Our optimized Rails templates used in our projects

Home Page:https://nimblehq.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Import bootstrap SCSS functions before variables in order to benefit from scss functions

malparty opened this issue · comments

Why

Currently, we set variables like 2rem; // 32px. Because the variables are imported before the @import 'bootstrap/scss/functions';. According to bootstrap documentation, we can import the variable overrides after it and use these functions :)

Who Benefits?

Developers when codding the scss variables.

Hi @malparty not sure this PR could solve this issue

not sure this PR could solve this issue

@andyduong1920 Yes, it does 🥳 Thanks!! :)