Skip to content

Commit

Permalink
fix: import scales since padding-left can change according to scale
Browse files Browse the repository at this point in the history
otherwise, remap fails
  • Loading branch information
lazd committed May 7, 2021
1 parent 2fe931f commit c9f0162
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/menu/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ OF ANY KIND, either express or implied. See the License for the specific languag
governing permissions and limitations under the License.
*/

@import "../vars/css/scales/spectrum-large.css";
@import "../vars/css/scales/spectrum-medium.css";
@import "../vars/css/components/spectrum-listitem.css";

.spectrum-Menu {
Expand Down

0 comments on commit c9f0162

Please sign in to comment.