feat: Optimize SCSS architecture.

This commit is contained in:
a.bouhuolia
2021-01-17 12:17:15 +02:00
parent a747750d88
commit 09db5df686
154 changed files with 2814 additions and 2772 deletions

View File

@@ -1,7 +1,12 @@
import React from 'react';
import { Tooltip, Position } from '@blueprintjs/core';
import { Tooltip } from '@blueprintjs/core';
import Icon from './Icon';
import 'style/components/Hint.scss';
/**
* Field hint.
*/
export default function FieldHint({
content,
position,