-
Notifications
You must be signed in to change notification settings - Fork 149
Conversation
…on (without suffix) and for inline version with "-inline" suffix, fix compilation errors with missing/wrong variables name, import in email.scss module email styles only from Magento_Bundle, Magento_Rma, Magento_Sales modules as it's in the magento blank theme
…cks for email clients
styles/email/_email-base.scss
Outdated
|
||
a:visited { | ||
color: $link__visited__color !important; | ||
text-decoration: $link__visited__text-decoration !important; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If these !important
are necessary, should be ignored by sass-lint
to not make reports messy.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
BTW. Will be better to add some stylelint ignore comments, than disabling checks for the whole files. |
…e list edited manually if needed
…o2-theme-blank-sass into feature/32702 * 'feature/32702' of https://github.com/SnowdogApps/magento2-theme-blank-sass: #32911: make breakpoints consistent across the sass fiels Accept any version of magento/framework
…disabling rules from email sass files
… lint in _email-base.scss
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are not solved conflicts.
Conflicts: Magento_Sales/styles/_email.scss styles/vendor/magento-ui/variables/_email.scss styles/vendor/magento-ui/variables/_messages.scss
…ture more similar to less version, move variables imports to variables partial
…w typography as icons use typography defined variable (font name)
…ed previously in LESS to SASS porting commit (fd0ffcc)
// --------------------------------------------- | ||
|
||
$indent__base : 20px !default; | ||
$indent__xl : 40px !default; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this PR abandoned? if not why are global variables removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not abandoned and this just looks like a bug. This branch was not updated for months, so there might be some old code here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
content of global.scss was moved to variables/_typography where it is in less version and lib.scss was also modified to match closer the look of less version (and easier upgrades). I had some styles issues and it helped me organize things.
It was created like that in ancient times when I guess approach was different to this project - c2c4cee
But I reverted those changes and will make another PR for that part.
I will try to check this PR again and check/finish all things. |
Already started but it will need to wait to next week when I will come back from a place without access to internet ;) |
…inline.scss files as in sass version we make manual imports
Add email support
Internal ticket - https://dev.snowdog.pro/issues/32702