Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
chore: remove internal styling files
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 479643098
  • Loading branch information
patrickrodee authored and copybara-github committed Oct 7, 2022
1 parent 49c56a2 commit 4ec5faa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 32 deletions.
3 changes: 3 additions & 0 deletions packages/mdc-dom/_dom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
// THE SOFTWARE.

@use '@material/feature-targeting/feature-targeting';
@use '@material/rtl/rtl';

///
/// Emits necessary layout styles to set a transparent border around an element
/// without interfering with the rest of its component layout. The border is
Expand All @@ -41,6 +43,7 @@
width: 100%;
height: 100%;
top: 0;
@include rtl.ignore-next-line();
left: 0;
border: $border-width $border-style transparent;
border-radius: inherit;
Expand Down
1 change: 1 addition & 0 deletions packages/mdc-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
},
"dependencies": {
"@material/feature-targeting": "^14.0.0",
"@material/rtl": "^14.0.0",
"tslib": "^2.1.0"
}
}
32 changes: 0 additions & 32 deletions packages/mdc-textfield/text_field_gss_gss.scss

This file was deleted.

0 comments on commit 4ec5faa

Please sign in to comment.