File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55/* *
66 * CONTENT
77 *
8- * ANCHORS
9- * General anchor link styles
108 *
119 */
1210
13- @import " anchors" ;
1411@import " buttons" ;
1512@import " checkboxes" ;
1613@import " fieldsets" ;
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import { ButtonStyles } from "../constants/button-styles";
44import { Icons } from "../constants/icons" ;
55import { Anchor } from "../anchors/anchor" ;
66import { Icon } from "../icons/icon" ;
7+ import "./anchor.scss" ;
78
89export interface AnchorWithIconProps {
910 accessibleText ?: string ;
Original file line number Diff line number Diff line change 1+ @import " ../../assets/scss/_global" ;
2+
13/* ------------------------------------*\
24 ANCHORS
35\*------------------------------------*/
Original file line number Diff line number Diff line change 11import { Link } from "react-router-dom" ;
22import React , { forwardRef } from "react" ;
3+ import "./anchor.scss" ;
34
45/*
56-----------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments