mirror of
https://github.com/mue/mue.git
synced 2026-07-26 18:21:27 +02:00
style: make comments consistent by placing them on their own line
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// source: https://joshbroton.com/quick-fix-sass-mixins-for-css-keyframe-animations/
|
||||
// Source https://joshbroton.com/quick-fix-sass-mixins-for-css-keyframe-animations/
|
||||
@mixin animation($animate...) {
|
||||
$max: length($animate);
|
||||
$animations: '';
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
// The following CSS is to work around some assumptions made by the react-color-gradient-picker
|
||||
* {
|
||||
box-sizing: inherit; // Required to work around https://github.com/arthay/react-color-gradient-picker/issues/11
|
||||
// workaround for https://github.com/arthay/react-color-gradient-picker/issues/11
|
||||
box-sizing: inherit;
|
||||
}
|
||||
|
||||
div.picker-area > div.preview > div.color-hue-alpha > div.alpha,
|
||||
|
||||
Reference in New Issue
Block a user