-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(segmented-button): Add initial Sass styles #6141
feat(segmented-button): Add initial Sass styles #6141
Commits on Jul 24, 2020
-
add sass classes I currently have to display button TODO: refactor to mixins, accessibility, dark mode, rtl
Configuration menu - View commit details
-
Copy full SHA for 20ee999 - Browse repository at this point
Copy the full SHA 20ee999View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75a98ca - Browse repository at this point
Copy the full SHA 75a98caView commit details -
fix wrong class names and add dependencies to package.json
Configuration menu - View commit details
-
Copy full SHA for 721c40c - Browse repository at this point
Copy the full SHA 721c40cView commit details -
style: update to satisfy stylelint-prettier
update my local linter to match project's linter
Configuration menu - View commit details
-
Copy full SHA for 9dc00f1 - Browse repository at this point
Copy the full SHA 9dc00f1View commit details -
refactor: split sass into appropriate files
put sass mixins and classes into files based on go/material-sass-style
Configuration menu - View commit details
-
Copy full SHA for 7dd52a6 - Browse repository at this point
Copy the full SHA 7dd52a6View commit details -
refactor: rename a few files and classes
remove 'mdc' from file names and fix references
Configuration menu - View commit details
-
Copy full SHA for a07e18f - Browse repository at this point
Copy the full SHA a07e18fView commit details -
add feature-targeting to control css to emit
Configuration menu - View commit details
-
Copy full SHA for 47cd2a8 - Browse repository at this point
Copy the full SHA 47cd2a8View commit details -
fix lint style test and remove feature-targeting-mixins reference to fix build
Configuration menu - View commit details
-
Copy full SHA for 0bba86b - Browse repository at this point
Copy the full SHA 0bba86bView commit details -
refactor: modularize sass into mixins
move sass into different mixins with no change to functionality
Configuration menu - View commit details
-
Copy full SHA for b43bddd - Browse repository at this point
Copy the full SHA b43bdddView commit details -
refactor: separate themes from core and add variables
put theme mixins into their own file with variables per new SASS style guide
Configuration menu - View commit details
-
Copy full SHA for 7679028 - Browse repository at this point
Copy the full SHA 7679028View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89c8d5e - Browse repository at this point
Copy the full SHA 89c8d5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e0dcc5 - Browse repository at this point
Copy the full SHA 2e0dcc5View commit details -
refactor: move private mixins to _segment.scss
move mixins locations and refactor to avoid pointless modularity
Configuration menu - View commit details
-
Copy full SHA for 5569a4f - Browse repository at this point
Copy the full SHA 5569a4fView commit details -
add default $query argument value and pass $query argument instead of feature-target
Configuration menu - View commit details
-
Copy full SHA for 4ff9043 - Browse repository at this point
Copy the full SHA 4ff9043View commit details -
refactor: move base mixins out of theme files
base mixins are not theme mixins
Configuration menu - View commit details
-
Copy full SHA for 314ee81 - Browse repository at this point
Copy the full SHA 314ee81View commit details -
refactor: remove dependency of mdc-button
replace button mixins with copied segment-theme mixins
Configuration menu - View commit details
-
Copy full SHA for b918a5d - Browse repository at this point
Copy the full SHA b918a5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7a462d - Browse repository at this point
Copy the full SHA f7a462dView commit details -
refactor: use custom-properties instead of theme mixins and variables
use new API due to custom alpha values
Configuration menu - View commit details
-
Copy full SHA for 9061826 - Browse repository at this point
Copy the full SHA 9061826View commit details -
chore: fix lint, build, and dependency
remove button dependency, fix lint errors, correct bad variable references
Configuration menu - View commit details
-
Copy full SHA for b18e2ff - Browse repository at this point
Copy the full SHA b18e2ffView commit details -
chore: fix border manipulation
visible is not a property of border-right
Configuration menu - View commit details
-
Copy full SHA for 8b7b1d8 - Browse repository at this point
Copy the full SHA 8b7b1d8View commit details -
refactor: separate custom-properties from variable definitions
make mixins accept only primitives as input
Configuration menu - View commit details
-
Copy full SHA for 17a64b0 - Browse repository at this point
Copy the full SHA 17a64b0View commit details -
refactor: add selected/unselected theming mixins
add mixins for client to use theming without referencing css classes
Configuration menu - View commit details
-
Copy full SHA for 99b1920 - Browse repository at this point
Copy the full SHA 99b1920View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4775933 - Browse repository at this point
Copy the full SHA 4775933View commit details -
refactor: add more specific and separated theming
use unique css properties for different mixins
Configuration menu - View commit details
-
Copy full SHA for 67c64d1 - Browse repository at this point
Copy the full SHA 67c64d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a9b16f - Browse repository at this point
Copy the full SHA 8a9b16fView commit details -
refactor: update sass imports, remove changing outline color
use new theme/color mixin and clean up use of feature-targeting mixins, and remove ability to have different selected vs unselected outline colors
Configuration menu - View commit details
-
Copy full SHA for 62cd9e1 - Browse repository at this point
Copy the full SHA 62cd9e1View commit details -
docs: change css comments to sass comments
add comments for SassDoc, and change " to ' in imports
Configuration menu - View commit details
-
Copy full SHA for 0678cc9 - Browse repository at this point
Copy the full SHA 0678cc9View commit details -
chore: update theme/color import to theme/theme-color
update to reflect change in file name
Configuration menu - View commit details
-
Copy full SHA for 3afd9a0 - Browse repository at this point
Copy the full SHA 3afd9a0View commit details
Commits on Jul 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8d1894c - Browse repository at this point
Copy the full SHA 8d1894cView commit details