Is it possible in SASS to inherit from a class in another file?

YES! its possible.

If you want all <button> elements to inherit the .btn class from Twitter Bootstrap’s Default buttons

In your styles.scss file you would have to first import _bootstrap.scss:

@import "_bootstrap.scss";

Then below the import:

button { @extend .btn; }

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)