Skip to content

Commit

Permalink
небольшие правки
Browse files Browse the repository at this point in the history
  • Loading branch information
rx1310 committed Jul 21, 2022
1 parent b32f7b7 commit cf12657
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion modules/_config.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,28 +49,41 @@ $prfxs_transition : webkit moz o !default;
$prfxs_user-select : webkit moz ms !default;
$prfxs-all : webkit khtml moz ms o !default;

/// @access public
/// @see border-radius
$border-radius: null !default;

/// @access public
/// @see font-face
$formats_font-face: 'eot?#iefix' eot woff woff2 ttf otf svg !default;


/// @access public
/// @see b
/// @see e
/// @see m
$bem: (
element: "__",
modifier: "--"
) !default;

/// @access public
/// @see opacity
$opacity: (
ie5: true,
ie8: true
) !default;

/// @access public
/// @see keyframes
$keyframes: (
webkit: true,
moz: true,
ms: true,
o: true
) !default;

/// @access public
/// @see respond-to
$breakpoints: (
xs: (min-width: 0),
sm: (min-width: 576px),
Expand Down

0 comments on commit cf12657

Please sign in to comment.