Skip to content

Commit

Permalink
fix: remove unnecessary import to reduce scss file size (#1774)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSlimvReal authored Mar 16, 2023
1 parent 1cf446c commit e13c8fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/styles/variables/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with ndb-core. If not, see <http://www.gnu.org/licenses/>.
*/
@use "../themes/ndb-theme" as theme;
@use "@angular/material" as mat;

$err-palette : mat.define-palette(mat.$red-palette);
Expand Down

0 comments on commit e13c8fa

Please sign in to comment.