-
Notifications
You must be signed in to change notification settings - Fork 335
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor positioning of radios and checkboxes
- Loading branch information
Showing
2 changed files
with
108 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
the use of sass variables inside calc() here without interpolation means that the scss can't be compiled with libsass (for for example, node-sass) anymore
in hmrc-frontend we're still using libsass (via node-sass) because some of our consumers also use that (we have lots of old services using a scala playframework plugin based on libsass to compile their styles)
I created a branch in a fork to see if interpolating them changed the output and it doesn't seem to- with interpolation the output is
calc(100% - 74px)
and that's the same withoutgoing to raise a feature request / bug report / pull request - just adding this comment so that I can link to it